home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / plugins / postproc / line / r3linegd.js < prev    next >
Encoding:
Text File  |  2005-04-04  |  959 b   |  39 lines

  1.  
  2. // This JavaScript file was autogenerated from inc/plugins/postproc/line/r3linegd.h
  3. // Do not modify by hand
  4. // Copyrights 2001, Realsoft Graphics, Finland
  5.  
  6. include("real/gadget/r3ieffgd.js")
  7. var R3CLID_LINEGADGET = 1538;
  8.  
  9. R3LINEGM_CHANNELCHANGED = 1538000;
  10.  
  11. function _R3LINEGM_CHANNELCHANGED() {
  12.   return this.r3Do(R3LINEGM_CHANNELCHANGED, arguments);
  13. }
  14.  
  15.  
  16. R3LINEGM_TGCHCHANGED = 1538001;
  17.  
  18. function _R3LINEGM_TGCHCHANGED() {
  19.   return this.r3Do(R3LINEGM_TGCHCHANGED, arguments);
  20. }
  21.  
  22.  
  23. R3LINEGM_WCHCHANGED = 1538002;
  24.  
  25. function _R3LINEGM_WCHCHANGED() {
  26.   return this.r3Do(R3LINEGM_WCHCHANGED, arguments);
  27. }
  28.  
  29. function r3Linegadget () { 
  30.    this.base = r3God;
  31.    if(arguments.length) {
  32.       this.base(R3CLID_LINEGADGET, arguments);
  33.    }
  34.    // Methods
  35.    this.CHANNELCHANGED=_R3LINEGM_CHANNELCHANGED;
  36.    this.TGCHCHANGED=_R3LINEGM_TGCHCHANGED;
  37.    this.WCHCHANGED=_R3LINEGM_WCHCHANGED;
  38.  
  39. // inc/plugins/postproc/line/r3linegd.h_H